home *** CD-ROM | disk | FTP | other *** search
- global cheminSom, gLastVisFrame, gLastVisMovie
-
- on startMovie
- end
-
- on stopMovie
- set the keyDownScript to EMPTY
- end
-
- on putFrameMovie
- set gLastVisFrame to the frame
- set gLastVisMovie to the movie
- end
-
- on FForward
- if the key = " " then
- go(marker(1))
- set the keyDownScript to EMPTY
- end if
- end
-